This zip file contains a ROM image that can be copied to a 32K EPROM and put on a cartridge. It can also be used with the AdamEM emulator. 

This image contains the CP/M program:

Microsoft BASIC-80

To access the ROM in CP/M you need to create a simple program:

A>DDT			"Type in DDT and hit enter"
DDT VER 2.2
-S0100			"Type in S0100 and hit enter"
0100 01 3e		"Type in 3E and hit enter"
0101 01 0d		"Type in 0d and hit enter"
0102 01 d3		"Type in d3 and hit enter"
0103 01 7f		"Type in 7f and hit enter"
0104 01 c3		"Type in c3 and hit enter"
0105 01 02		"Type in 02 and hit enter"
0106 01 80		"Type in 80 and hit enter"
0107 01 		"Type CTRL + Z and hit enter"
?
-L0100			"Type L0100 and hit enter"
0100 MVI A,0D		"If you do not see these 3 lines"
0102 OUT 7F		"start over and make sure you"
0104 JMP 8002		"type in the data correctly"
-G0			"Type G0 and hit enter"
A>SAVE 1 CART.COM	"Type SAVE 1 CART.COM and hit enter"

You now have a program on the tape or disk called CART.COM. If you execute this program it will start the program in the cartridge.

William "Milli" Hicks
April 2021

Subscribe to my channel at https://www.youtube.com/c/8bitmilli


